home *** CD-ROM | disk | FTP | other *** search
/ World of Sound / World of Sound.iso / utils / modplayers / tracker / docs / amiga.readme next >
Encoding:
Text File  |  1993-11-20  |  1.5 KB  |  31 lines

  1. Finally, this version of tracker runs on the amiga.
  2. I happened to have the source of tracker with me that week-end, and my amiga
  3. less than the usual 300 km far from me.
  4.  
  5. Astoundingly enough, it took me only 5 hours to bring tracker up to speed and
  6. running, except for some trivial bugs, and only about twenty lines to change
  7. in the usual tracker source. Of course, I cheated. Some people may remember
  8. a quite old project of mine on the amiga... I already had some code for the
  9. audio.device.
  10.  
  11. The only drawback was, the source I had with me was a 3.11 version, so the
  12. binaries included do not benefit from the latest bug-fixes of tracker (and won't
  13. before I come back home again), but it shouldn't be too hard to compile them 
  14. anew, since the amiga_support.c file fits nicely within the rest of the 
  15. tracker project, provided you have a sas/c compiler. (_main.c isn't provided,
  16. but i's the standard sas/C _main.c with MAX_ARGS uped from the ridiculous 32
  17. to 1000 or so...).
  18. BTW, if you do just that, please do send me the result, so I can update the next
  19. distribution...
  20.  
  21. I've tried tracker for some hours and it appears to be mostly stable, but IT
  22. CAN POSSIBLY GURU FROM TIME TO TIME. Consider this a beta.
  23.  
  24. By the way, it should be VERY easy to port this tracker release to any
  25. version of amiga unix... Everything you have to change is amiga-support,
  26. and basically, what you have to do it use whatever level of control is
  27. provided on the amiga audio hardware under unix. I hope somebody will do it
  28. and send it back to me. Thanks !
  29.  
  30.     Marc Espie, november the 20th 1993
  31.